Release 10.1A: OpenEdge Development:
ADM Reference
displayFields
Procedure that displays the current row values by moving them to the screen values of the browse. Invokes displayObjects to display the values of any other objects that are in the SmartDataBrowser.
This is the SmartDataBrowser version of displayFields.
Location: browser.p Parameters:INPUT pcColValues AS CHARACTERCHR(1)-delimited list of field values. The first entry in the list represents the RowIdent of the row being displayed.
Notes:
- Ordinarily the columns in each row of a browse are displayed automatically just by the opening of the query with which the browse is associated. Therefore, this procedure is only invoked after changes that have been made to a row are saved or undone, necessitating the displaying the current row again.
- For special display (modifying the value of a column in each row of the browse, for example), use the ROW–DISPLAY trigger of the SmartDataBrowser.
- Runs displayObjects to display any object values that are part of the SmartDataBrowser. These would be additional fields which have been placed into the Frame along with the browse widget.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |